home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / smfdoor / frmabout.frm (.txt) < prev    next >
Visual Basic Form  |  1999-08-13  |  1KB  |  42 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BackColor       =   &H80000012&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "About SMF DoorWay to the Net"
  6.    ClientHeight    =   2640
  7.    ClientLeft      =   3300
  8.    ClientTop       =   1515
  9.    ClientWidth     =   4500
  10.    Icon            =   "frmAbout.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2640
  15.    ScaleWidth      =   4500
  16.    Begin VB.CommandButton cmdFinished 
  17.       Caption         =   "Finished"
  18.       Height          =   375
  19.       Left            =   1080
  20.       TabIndex        =   1
  21.       Top             =   2160
  22.       Width           =   2175
  23.    End
  24.    Begin VB.Label lblAboutDoorWays 
  25.       BackColor       =   &H80000012&
  26.       Caption         =   $"frmAbout.frx":08CA
  27.       ForeColor       =   &H000000FF&
  28.       Height          =   1995
  29.       Left            =   120
  30.       TabIndex        =   0
  31.       Top             =   120
  32.       Width           =   4320
  33.    End
  34. Attribute VB_Name = "frmAbout"
  35. Attribute VB_GlobalNameSpace = False
  36. Attribute VB_Creatable = False
  37. Attribute VB_PredeclaredId = True
  38. Attribute VB_Exposed = False
  39. Private Sub cmdFinished_Click()
  40.     frmAbout.Hide
  41. End Sub
  42.